ServiceLocatorUtilities#enableTopicDistribution(org.glassfish.hk2.api.ServiceLocator)
if a subscriber throws an exception this service will be called.InterceptionService
which uses annotations to denote which services should intercept other services.NoInstancesFilter.OperationState.ACTIVE or OperationState.SUSPENDED.Provides annotations.Interceptor) and a class to be intercepted
(annotated with Intercepted).MethodInterceptor or
ConstructorInterceptor in order
to signify that these services should be automatically bound
with the default interception service implementation.true if the specified class does not provide instances of
itself through automatic invocation of a constructor.Provides annotation is found.Context for an Operation.Provides annotation.Topic.publish(Object)
call after the message has been distributed to all subscribers.Copyright © 2009–2021 Oracle Corporation. All rights reserved.