Package org.mockserver.mock.action.http
Interface GraphQLSubscriptionHandler.FrameSender
- Enclosing class:
- GraphQLSubscriptionHandler
public static interface GraphQLSubscriptionHandler.FrameSender
Callback interface for sending text frames to the client, with optional delay support.
-
Method Summary
-
Method Details
-
send
Send a text frame, optionally after a delay.- Parameters:
ctx- the channel contexttext- the text to senddelay- optional delay before sending (may be null)
-