Interface FrontendContext
public interface FrontendContext
Frontend context.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisRequiredSameThreadForConnection(Object message) Whether Proxy should use same thread to execute tasks.
-
Method Details
-
isRequiredSameThreadForConnection
Whether Proxy should use same thread to execute tasks.- Parameters:
message- message- Returns:
- is same thread required
-