Interface LogAggregatorConfig

All Superinterfaces:
DataRoutingService.PropertyProvider, ServiceRegistryConfig

public interface LogAggregatorConfig extends ServiceRegistryConfig, DataRoutingService.PropertyProvider
This is the information a LogAggregator Server needs to run. This must include a port, or information about how to select a port.
  • Method Details

    • getName

      @NotNull String getName()
    • getDescription

      @Nullable String getDescription()
    • getFilter

      @NotNull Filter getFilter()
    • getEndpointConfig

      @NotNull LogAggregatorConfig.EndpointConfig getEndpointConfig()
    • equals

      static boolean equals(LogAggregatorConfig lhs, LogAggregatorConfig rhs)
      Compare two instances for interface equality.
      Parameters:
      lhs - the first object
      rhs - the second object
      Returns:
      true if the two instances are equal, according to the interface