Uses of Class
org.refcodes.servicebus.UnknownServiceRuntimeException
-
-
Uses of UnknownServiceRuntimeException in org.refcodes.servicebus
Methods in org.refcodes.servicebus that throw UnknownServiceRuntimeException Modifier and Type Method Description SServiceBus. lookupService(ServiceMatcher<S> aServiceMatcher)Looks for a service matching the given service descriptor and returns it if found.voidServiceDirectory. removeService(ServiceDescriptor<S,SCTX> aServiceDescriptor)Unregisters a service to the service bus.voidServiceDirectoryImpl. removeService(ServiceDescriptor<S,SCTX> aServiceDescriptor)Unregisters a service to the service bus.
-