Uses of Enum Class
com.corundumstudio.socketio.store.pubsub.PubSubType
Packages that use PubSubType
-
Uses of PubSubType in com.corundumstudio.socketio.store
Methods in com.corundumstudio.socketio.store with parameters of type PubSubTypeModifier and TypeMethodDescriptionvoidHazelcastPubSubStore.publish(PubSubType type, PubSubMessage msg) voidMemoryPubSubStore.publish(PubSubType type, PubSubMessage msg) voidRedissonPubSubStore.publish(PubSubType type, PubSubMessage msg) <T extends PubSubMessage>
voidHazelcastPubSubStore.subscribe(PubSubType type, PubSubListener<T> listener, Class<T> clazz) <T extends PubSubMessage>
voidMemoryPubSubStore.subscribe(PubSubType type, PubSubListener<T> listener, Class<T> clazz) <T extends PubSubMessage>
voidRedissonPubSubStore.subscribe(PubSubType type, PubSubListener<T> listener, Class<T> clazz) voidHazelcastPubSubStore.unsubscribe(PubSubType type) voidMemoryPubSubStore.unsubscribe(PubSubType type) voidRedissonPubSubStore.unsubscribe(PubSubType type) -
Uses of PubSubType in com.corundumstudio.socketio.store.pubsub
Methods in com.corundumstudio.socketio.store.pubsub that return PubSubTypeModifier and TypeMethodDescriptionstatic PubSubTypeReturns the enum constant of this class with the specified name.static PubSubType[]PubSubType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.corundumstudio.socketio.store.pubsub with parameters of type PubSubTypeModifier and TypeMethodDescriptionvoidPubSubStore.publish(PubSubType type, PubSubMessage msg) <T extends PubSubMessage>
voidPubSubStore.subscribe(PubSubType type, PubSubListener<T> listener, Class<T> clazz) voidPubSubStore.unsubscribe(PubSubType type)