public class MessageHandler extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MessageHandler.Properties |
Constructor and Description |
---|
MessageHandler(Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsSubtypes() |
<A extends Annotation> |
getAnnotation(Class<A> annotationType) |
String |
getCondition() |
IMessageFilter[] |
getFilter() |
Class[] |
getHandledMessages() |
Class<? extends HandlerInvocation> |
getHandlerInvocation() |
Method |
getMethod() |
int |
getPriority() |
boolean |
handlesMessage(Class<?> messageType) |
boolean |
isAsynchronous() |
boolean |
isEnveloped() |
boolean |
isFiltered() |
boolean |
isFromListener(Class listener) |
boolean |
isSynchronized() |
boolean |
useStrongReferences() |
public <A extends Annotation> A getAnnotation(Class<A> annotationType)
public boolean isSynchronized()
public boolean useStrongReferences()
public boolean isFromListener(Class listener)
public boolean isAsynchronous()
public boolean isFiltered()
public int getPriority()
public Method getMethod()
public IMessageFilter[] getFilter()
public String getCondition()
public Class[] getHandledMessages()
public boolean isEnveloped()
public Class<? extends HandlerInvocation> getHandlerInvocation()
public boolean handlesMessage(Class<?> messageType)
public boolean acceptsSubtypes()
Copyright © 2018. All rights reserved.