Class PushNotificationConfigListener
java.lang.Object
org.mule.sdk.api.runtime.source.Source<T,A>
com.mulesoft.connectors.a2a.internal.server.listener.BaseServerListener<String,RequestAttributes>
com.mulesoft.connectors.a2a.internal.server.listener.push.PushNotificationConfigListener
- All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Initialisable
@DisplayName("On Push Notification Set Listener")
@MetadataScope(outputResolver=PushNotificationConfigOutputResolver.class)
@MediaType("application/json")
public class PushNotificationConfigListener
extends BaseServerListener<String,RequestAttributes>
-
Field Summary
Fields inherited from class com.mulesoft.connectors.a2a.internal.server.listener.BaseServerListener
componentLocation, config, connectionProvider, REQUEST_CONTEXT_VAR, serverAgentFields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonError(org.mule.runtime.api.message.Error error, org.mule.sdk.api.runtime.source.SourceCallbackContext context) voidonStart(org.mule.sdk.api.runtime.source.SourceCallback<String, RequestAttributes> sourceCallback) voidonStop()voidonSuccess(AcceptedPushNotificationConfigParameterGroup onConfigAccepted, org.mule.sdk.api.runtime.source.SourceCallbackContext context) voidMethods inherited from class com.mulesoft.connectors.a2a.internal.server.listener.BaseServerListener
doInitialise, getDslTag, initialise, recoverRequestContext, storeInContext
-
Constructor Details
-
PushNotificationConfigListener
public PushNotificationConfigListener()
-
-
Method Details
-
onStart
public void onStart(org.mule.sdk.api.runtime.source.SourceCallback<String, RequestAttributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException- Specified by:
onStartin classorg.mule.sdk.api.runtime.source.Source<String,RequestAttributes> - Throws:
org.mule.runtime.api.exception.MuleException
-
onStop
public void onStop()- Specified by:
onStopin classorg.mule.sdk.api.runtime.source.Source<String,RequestAttributes>
-
onSuccess
@OnSuccess public void onSuccess(@ParameterGroup(name="On Config Accepted",showInDsl=true) AcceptedPushNotificationConfigParameterGroup onConfigAccepted, org.mule.sdk.api.runtime.source.SourceCallbackContext context) -
onError
@OnError public void onError(org.mule.runtime.api.message.Error error, org.mule.sdk.api.runtime.source.SourceCallbackContext context) -
onTerminate
@OnTerminate public void onTerminate()
-