org.jboss.errai.ioc.support.bus.client
Class BatchCallerProvider
java.lang.Object
org.jboss.errai.ioc.support.bus.client.BatchCallerProvider
- All Implemented Interfaces:
- javax.inject.Provider<BatchCaller>
@Singleton
public class BatchCallerProvider
- extends Object
- implements javax.inject.Provider<BatchCaller>
IOCProvider
to make BatchCaller
instances injectable.
- Author:
- Christian Sadilek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchCallerProvider
public BatchCallerProvider()
get
public BatchCaller get()
- Specified by:
get
in interface javax.inject.Provider<BatchCaller>
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.