Package de.xima.fc.proma.context
Class PromaInvocationContexts
java.lang.Object
de.xima.fc.proma.context.PromaInvocationContexts
Static factory methods for various different
IPublicPromaInvocationContext
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic IPublicNativeSyncContext
static IPublicAsyncWebSocketContext
static IPublicSyncWebSocketContext
-
Method Details
-
publicNative
- Parameters:
uc
- User context of the user who initiated the interaction with the PROMA API.- Returns:
- A new native sync invocation context with the default settings, plus the given user context
- See Also:
-
publicNativeBuilder
- Returns:
- A new builder for configuring and creating an instance of a native sync invocation context.
- See Also:
-
publicWebSocketAsync
- Parameters:
uc
- User context of the user who initiated the interaction with the PROMA API.- Returns:
- A new web socket sync invocation context with the default settings, plus the given user context
- See Also:
-
publicWebSocketBuilderAsync
- Returns:
- A new builder for configuring and creating an instance of a native async web socket invocation context.
- See Also:
-
publicWebSocketSync
- Parameters:
uc
- User context of the user who initiated the interaction with the PROMA API.- Returns:
- A new web socket sync invocation context with the default settings, plus the given user context
- See Also:
-
publicWebSocketBuilderSync
- Returns:
- A new builder for configuring and creating an instance of a native async web socket invocation context.
- See Also:
-