Package com.illumon.iris.db.v2.routing
Interface LogAggregatorConfig.EndpointConfig
- All Superinterfaces:
DataRoutingService.EndpointConfig
,DataRoutingService.PropertyProvider
- Enclosing interface:
- LogAggregatorConfig
public static interface LogAggregatorConfig.EndpointConfig
extends DataRoutingService.EndpointConfig
Configuration for resolving a LogAggregatorEndpoint
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic boolean
Compare two instances for interface equality.Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.EndpointConfig
getName, getServiceRegistryType
Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.PropertyProvider
getProperties, getProperty, getProperty
-
Method Details
-
equals
static boolean equals(LogAggregatorConfig.EndpointConfig lhs, LogAggregatorConfig.EndpointConfig rhs) Compare two instances for interface equality.- Parameters:
lhs
- the first objectrhs
- the second object- Returns:
- true if the two instances are equal, according to the interface
-