org.mule.api.processor
Interface ProcessingDescriptor

All Known Subinterfaces:
Pipeline
All Known Implementing Classes:
AbstractConfigurationPattern, AbstractPipeline, Bridge, Flow, SimpleService, Validator

public interface ProcessingDescriptor

Provides information about a processing unit represented by this instance


Method Summary
 boolean isSynchronous()
          Whether the processing represented by this instance is synchronous or not
 

Method Detail

isSynchronous

boolean isSynchronous()
Whether the processing represented by this instance is synchronous or not



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.