public interface PushContext extends Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static String | ENABLE_WEBSOCKET_ENDPOINT_PARAM_NAME | 
| static String | URI_PREFIX | 
| static String | WEBSOCKET_ENDPOINT_PORT_PARAM_NAME | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Future<Void>> | send(Object message) | 
| <S extends Serializable> | send(Object message,
    Collection<S> users) | 
| <S extends Serializable> | send(Object message,
    S user) | 
static final String ENABLE_WEBSOCKET_ENDPOINT_PARAM_NAME
static final String WEBSOCKET_ENDPOINT_PORT_PARAM_NAME
static final String URI_PREFIX
Copyright © 2025 The Apache Software Foundation. All rights reserved.