public interface SocialAdapter<T>
Modifier and Type | Method and Description |
---|---|
Class<T> |
eventToIntercept() |
List<SocialCommandTypeFilter> |
getTimelineFilters() |
List<String> |
getTimelineFiltersNames() |
boolean |
shouldInterceptThisEvent(Object event) |
SocialEventType |
socialEventType() |
SocialActivitiesEvent |
toSocial(Object object) |
SocialEventType socialEventType()
boolean shouldInterceptThisEvent(Object event)
SocialActivitiesEvent toSocial(Object object)
List<SocialCommandTypeFilter> getTimelineFilters()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.