Class AMQDestination
java.lang.Object
org.mule.extension.jsonlogger.internal.destinations.AMQDestination
- All Implemented Interfaces:
Destination
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.mule.runtime.http.api.HttpServiceprotected org.mule.runtime.api.scheduler.SchedulerService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()intvoidvoidsendToExternalDestination(String finalLog)
-
Field Details
-
httpService
@Inject protected org.mule.runtime.http.api.HttpService httpService -
schedulerService
@Inject protected org.mule.runtime.api.scheduler.SchedulerService schedulerService
-
-
Constructor Details
-
AMQDestination
public AMQDestination()
-
-
Method Details
-
getMaxBatchSize
public int getMaxBatchSize()- Specified by:
getMaxBatchSizein interfaceDestination
-
getSelectedDestinationType
- Specified by:
getSelectedDestinationTypein interfaceDestination
-
getSupportedCategories
- Specified by:
getSupportedCategoriesin interfaceDestination
-
sendToExternalDestination
- Specified by:
sendToExternalDestinationin interfaceDestination
-
initialise
public void initialise()- Specified by:
initialisein interfaceDestination
-
dispose
public void dispose()- Specified by:
disposein interfaceDestination
-