Package org.mule.tests.internal
Class NonBlockingConfiguration
java.lang.Object
org.mule.tests.internal.NonBlockingConfiguration
- All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Disposable,org.mule.runtime.api.lifecycle.Initialisable
@Configuration(name="nonBlockingConfig")
@Operations(NonBlockingOperations.class)
public class NonBlockingConfiguration
extends Object
implements org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Disposable
-
Field Summary
Fields inherited from interface org.mule.runtime.api.lifecycle.Disposable
PHASE_NAMEFields inherited from interface org.mule.runtime.api.lifecycle.Initialisable
PHASE_NAME -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NonBlockingConfiguration
public NonBlockingConfiguration()
-
-
Method Details
-
initialise
public void initialise() throws org.mule.runtime.api.lifecycle.InitialisationException- Specified by:
initialisein interfaceorg.mule.runtime.api.lifecycle.Initialisable- Throws:
org.mule.runtime.api.lifecycle.InitialisationException
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.mule.runtime.api.lifecycle.Disposable
-
getCustomScheduler
public org.mule.runtime.api.scheduler.Scheduler getCustomScheduler()
-