Uses of Interface
com.ebmwebsourcing.easyviper.core.api.env.Receiver

Packages that use Receiver
com.ebmwebsourcing.easyviper.core.api.env   
com.ebmwebsourcing.easyviper.core.api.factory   
 

Uses of Receiver in com.ebmwebsourcing.easyviper.core.api.env
 

Methods in com.ebmwebsourcing.easyviper.core.api.env that return Receiver
 Receiver ExternalEnvironment.addReceiver(java.lang.Class<? extends Receiver> receiverClass, MessageConverter messageConverter)
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.env that return types with arguments of type Receiver
 java.util.List<Receiver> ExternalEnvironment.getReceivers()
           
 

Method parameters in com.ebmwebsourcing.easyviper.core.api.env with type arguments of type Receiver
 Receiver ExternalEnvironment.addReceiver(java.lang.Class<? extends Receiver> receiverClass, MessageConverter messageConverter)
           
 

Uses of Receiver in com.ebmwebsourcing.easyviper.core.api.factory
 

Method parameters in com.ebmwebsourcing.easyviper.core.api.factory with type arguments of type Receiver
 Core Factory.createCore(ConfigurationEngine configuration, MessageConverter converter, int numberOfReceivers, java.lang.Class<? extends Receiver> receiverClass, int numberOfSenders, java.lang.Class<? extends Sender> senderClass, java.util.logging.Logger logger)
           
 



Copyright © 2012 Petals Link. All Rights Reserved.