public final class QuotesSubsLoggingHandler extends Object implements QuotesSubsSessionHandler, QuotesSubsInboundHandler
| Constructor and Description |
|---|
QuotesSubsLoggingHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnected(QuotesSubsConnectedContext context)
The connection is now connected.
|
void |
onDisconnected(QuotesSubsFailedContext context)
The connection is now disconnected.
|
Object |
onMessage(Object message)
Handle inbound messages.
|
public void onConnected(QuotesSubsConnectedContext context)
QuotesSubsSessionHandleronConnected in interface QuotesSubsSessionHandlercontext - connected context.public void onDisconnected(QuotesSubsFailedContext context)
QuotesSubsSessionHandleronDisconnected in interface QuotesSubsSessionHandlercontext - disconnected context.public Object onMessage(Object message)
QuotesSubsInboundHandleronMessage in interface QuotesSubsInboundHandlermessage - inbound message.QuotesSubsInboundHandler, or null for not to forward.Copyright © 2025 Webull. All rights reserved.