public interface ConversationKey extends Serializable
Modifier and Type | Method and Description |
---|---|
Class<?> |
getConversationGroup()
Class of the group of the conversation
|
Set<Annotation> |
getQualifiers()
CDI qualifiers without the conversation group
|
Class<? extends Annotation> |
getScope()
Annotation class of the scope annotation
|
Class<? extends Annotation> getScope()
Class<?> getConversationGroup()
Set<Annotation> getQualifiers()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.