Package com.illumon.iris.db.v2.routing
Interface LogAggregatorConfig.DeferredEndpoint
- All Superinterfaces:
DataRoutingService.DeferredEndpoint
,com.fishlib.base.log.LogOutputAppendable
- All Known Implementing Classes:
DynamicResolverMixin.DeferredLASEndpointServiceRegistryImpl
,SimpleLogAggregatorEndpoint
- Enclosing interface:
- LogAggregatorConfig
public static interface LogAggregatorConfig.DeferredEndpoint
extends DataRoutingService.DeferredEndpoint
-
Method Summary
Modifier and TypeMethodDescriptionReturns a realized endpointMethods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.DeferredEndpoint
append, asString, equalsImpl, getName, hasEndpoint, hashCodeImpl
-
Method Details
-
getEndpoint
Description copied from interface:DataRoutingService.DeferredEndpoint
Returns a realized endpoint- Specified by:
getEndpoint
in interfaceDataRoutingService.DeferredEndpoint
- Throws:
DataRoutingService.NotReadyException
- if not realized
-