Class CacheManagerNotifierImpl.DefaultBuilder
- java.lang.Object
-
- org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
-
- org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifierImpl.DefaultBuilder
-
- Enclosing class:
- CacheManagerNotifierImpl
protected class CacheManagerNotifierImpl.DefaultBuilder extends AbstractListenerImpl.AbstractInvocationBuilder
-
-
Field Summary
-
Fields inherited from class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
annotation, classLoader, method, subject, sync, target
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListenerInvocation<Event>
build()
-
Methods inherited from class org.infinispan.notifications.impl.AbstractListenerImpl.AbstractInvocationBuilder
getClassLoader, getMethod, getSubject, getTarget, isSync, setAnnotation, setClassLoader, setMethod, setSubject, setSync, setTarget
-
-
-
-
Method Detail
-
build
public ListenerInvocation<Event> build()
- Specified by:
build
in classAbstractListenerImpl.AbstractInvocationBuilder
-
-