Uses of Enum Class
org.springframework.shell.jline.tui.component.view.event.EventLoop.Type
Packages that use EventLoop.Type
Package
Description
-
Uses of EventLoop.Type in org.springframework.shell.jline.tui.component.message
Methods in org.springframework.shell.jline.tui.component.message that return EventLoop.TypeModifier and TypeMethodDescription@Nullable EventLoop.TypeShellMessageHeaderAccessor.getEventType()Get aEventLoop.Typeheader if present.static @Nullable EventLoop.TypeStaticShellMessageHeaderAccessor.getEventType(org.springframework.messaging.Message<?> message) Get aEventLoop.Typeheader if present.Methods in org.springframework.shell.jline.tui.component.message with parameters of type EventLoop.Type -
Uses of EventLoop.Type in org.springframework.shell.jline.tui.component.view.event
Methods in org.springframework.shell.jline.tui.component.view.event that return EventLoop.TypeModifier and TypeMethodDescriptionstatic EventLoop.TypeReturns the enum constant of this class with the specified name.static EventLoop.Type[]EventLoop.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.shell.jline.tui.component.view.event with parameters of type EventLoop.TypeModifier and TypeMethodDescription<T> reactor.core.publisher.Flux<T>DefaultEventLoop.events(EventLoop.Type type, Class<T> clazz) <T> reactor.core.publisher.Flux<T>DefaultEventLoop.events(EventLoop.Type type, org.springframework.core.ParameterizedTypeReference<T> typeRef) <T> reactor.core.publisher.Flux<T>EventLoop.events(EventLoop.Type type, Class<T> clazz) Specialisation ofEventLoop.events()which returns type safe stream filtered by given eventloop message type and message payload class type.<T> reactor.core.publisher.Flux<T>EventLoop.events(EventLoop.Type type, org.springframework.core.ParameterizedTypeReference<T> typeRef) Specialisation ofEventLoop.events()which returns type safe stream filtered by given eventloop message type and message payload class type.