Uses of Interface
com.pushtechnology.diffusion.client.callbacks.Registration
Packages that use Registration
Package
Description
Client API : Standard Features.
Client API : Client Control Features.
Client API : Topic Control Features.
-
Uses of Registration in com.pushtechnology.diffusion.client.features
Methods in com.pushtechnology.diffusion.client.features that return types with arguments of type RegistrationModifier and TypeMethodDescription<T,
R> CompletableFuture<Registration> Messaging.addRequestHandler
(String path, Class<? extends T> requestType, Class<? super R> responseType, Messaging.RequestHandler<T, R> handler, String... sessionProperties) Register a request handler to handle requests from other client sessions for a branch of the message path hierarchy. -
Uses of Registration in com.pushtechnology.diffusion.client.features.control.clients
Methods in com.pushtechnology.diffusion.client.features.control.clients that return types with arguments of type RegistrationModifier and TypeMethodDescriptionClientControl.addSessionEventListener
(ClientControl.SessionEventStream listener, ClientControl.SessionEventParameters parameters) Register a listener that will be notified ofclient session events
.AuthenticationControl.setAuthenticationHandler
(String name, AuthenticationControl.ControlAuthenticator authenticator) Register an authenticator for client authentication events.ClientControl.setQueueEventHandler
(ClientControl.QueueEventStream handler) Register a handler for client queue threshold events.ClientControl.setSessionPropertiesListener
(ClientControl.SessionPropertiesStream listener, String... requiredProperties) Deprecated.since 6.11 -
Uses of Registration in com.pushtechnology.diffusion.client.features.control.topics
Subinterfaces of Registration in com.pushtechnology.diffusion.client.features.control.topicsModifier and TypeInterfaceDescriptionstatic interface
The NotificationRegistration represents the registration state of the associated listener on the server.Methods in com.pushtechnology.diffusion.client.features.control.topics that return types with arguments of type RegistrationModifier and TypeMethodDescriptionTopicControl.addMissingTopicHandler
(String topicPath, TopicControl.MissingTopicNotificationStream handler) Register aTopicControl.MissingTopicNotificationStream
to handle requests for a branch of the topic tree.