Uses of Interface
org.refcodes.servicebus.ServiceAccessor
-
-
Uses of ServiceAccessor in org.refcodes.servicebus
Subinterfaces of ServiceAccessor in org.refcodes.servicebus Modifier and Type Interface Description static interfaceServiceAccessor.ServiceProperty<S extends Service<?>>Provides aServiceproperty.interfaceServiceDescriptor<S extends Service<?>,SCTX>The descriptor is used to describe a service including its configuration.Classes in org.refcodes.servicebus that implement ServiceAccessor Modifier and Type Class Description classDuplicateServiceRuntimeExceptionThis exception is thrown whenever a service, which cannot be distinguished from another service, is added to the service bus.classServiceDescriptorImpl<S extends Service<?>,SCTX>TheServiceDescriptorImplimplements theServiceDescriptor.classUnknownServiceRuntimeExceptionThis exception is thrown whenever a service, which cannot be distinguished from another service, is added to the service bus.
-