Uses of Interface
org.refcodes.servicebus.ServiceLookup
-
-
Uses of ServiceLookup in org.refcodes.servicebus
Subinterfaces of ServiceLookup in org.refcodes.servicebus Modifier and Type Interface Description interfaceServiceDirectory<S extends Service<?>,SCTX>The service descriptor manager can be used to manage services and them configurations, i.e a system administering services in an my have access to a service descriptor manager.Classes in org.refcodes.servicebus that implement ServiceLookup Modifier and Type Class Description classServiceDirectoryImpl<S extends Service<?>,SCTX extends ServiceContext<S>>TheServiceDirectoryImplimplements theServiceDirectory.classServiceLookupImpl<S extends Service<?>,SCTX>TheServiceLookupImplimplements theServiceLookup.Constructors in org.refcodes.servicebus with parameters of type ServiceLookup Constructor Description ServiceBusImpl(ServiceLookup<S,SCTX> aServiceLookup, org.refcodes.component.ext.observer.ObservableLifeCycleStatusAutomaton aObservableLifecycleAutomaton)Constructs the subscriber part of the event bus.
-