Uses of Interface
org.a2aproject.sdk.server.events.MainEventBusProcessorCallback
Packages that use MainEventBusProcessorCallback
-
Uses of MainEventBusProcessorCallback in org.a2aproject.sdk.server.events
Fields in org.a2aproject.sdk.server.events declared as MainEventBusProcessorCallbackModifier and TypeFieldDescriptionstatic final MainEventBusProcessorCallbackMainEventBusProcessorCallback.NOOPNo-op implementation that does nothing.Methods in org.a2aproject.sdk.server.events with parameters of type MainEventBusProcessorCallbackModifier and TypeMethodDescriptionvoidMainEventBusProcessor.setCallback(MainEventBusProcessorCallback callback) Set a callback for testing synchronization with async event processing.