@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Inherited @Documented @InterceptorBinding public @interface CloseConversationGroup
RuntimeException
is specified, the conversation is just closed if the exception occurred.Modifier and Type | Optional Element and Description |
---|---|
Class<?> |
group
Specifies the conversation-group (specified implicitly or via
ConversationGroup )
which should be terminated. |
Class<? extends RuntimeException> |
on
Specifies which exception (type) will trigger the termination of the current conversation.
|
public abstract Class<? extends RuntimeException> on
public abstract Class<?> group
ConversationGroup
)
which should be terminated.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.