Package | Description |
---|---|
org.glassfish.jersey.media.sse.internal |
Modifier and Type | Method and Description |
---|---|
static EventProcessor.State |
EventProcessor.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventProcessor.State[] |
EventProcessor.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EventProcessor.Builder |
EventProcessor.builder(jakarta.ws.rs.client.WebTarget target,
AtomicReference<EventProcessor.State> state,
ClientExecutor clientExecutor,
EventListener eventListener,
EventProcessor.ShutdownHandler shutdownHandler)
Create new Event processor builder.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.