Uses of Interface
org.springframework.pulsar.config.ListenerEndpoint
Packages that use ListenerEndpoint
Package
Description
Package containing Spring configuration classes for the framework.
Package containing Spring configuration classes for the framework.
-
Uses of ListenerEndpoint in org.springframework.pulsar.config
Classes in org.springframework.pulsar.config with type parameters of type ListenerEndpointModifier and TypeClassDescriptionclassGenericListenerEndpointRegistry<C extends MessageListenerContainer,E extends ListenerEndpoint<C>> Creates the necessary container instances for the registered endpoints.interfaceListenerContainerFactory<C extends MessageListenerContainer,E extends ListenerEndpoint<C>> Factory for Pulsar message listener containers.Subinterfaces of ListenerEndpoint in org.springframework.pulsar.configModifier and TypeInterfaceDescriptioninterfaceModel for a Pulsar listener endpoint.Classes in org.springframework.pulsar.config that implement ListenerEndpointModifier and TypeClassDescriptionclassBase implementation forPulsarListenerEndpoint.classAPulsarListenerEndpointproviding the method to invoke to process an incoming message for this endpoint.classAdapter to avoid having to implement all methods.Methods in org.springframework.pulsar.config with parameters of type ListenerEndpointModifier and TypeMethodDescriptionvoidPulsarListenerEndpointRegistrar.registerEndpoint(ListenerEndpoint endpoint, ListenerContainerFactory<?, ?> factory) -
Uses of ListenerEndpoint in org.springframework.pulsar.reactive.config
Subinterfaces of ListenerEndpoint in org.springframework.pulsar.reactive.configModifier and TypeInterfaceDescriptioninterfaceModel for a Pulsar reactive listener endpoint.Classes in org.springframework.pulsar.reactive.config that implement ListenerEndpointModifier and TypeClassDescriptionclassBase implementation forReactivePulsarListenerEndpoint.classAReactivePulsarListenerEndpointproviding the method to invoke to process an incoming message for this endpoint.classAdapter to avoid having to implement all methods.