Interface QuestionnaireClientConnectedEvent
-
- All Superinterfaces:
Event,QuestionnaireEvent,Serializable,TenantScopedEvent
- All Known Implementing Classes:
ImmutableQuestionnaireClientConnectedEvent
@Immutable public interface QuestionnaireClientConnectedEvent extends QuestionnaireEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetAddressgetClient()-
Methods inherited from interface io.dialob.questionnaire.service.api.event.QuestionnaireEvent
getQuestionnaireId
-
Methods inherited from interface io.dialob.integration.api.event.TenantScopedEvent
getTenant
-
-
-
-
Method Detail
-
getClient
@Nonnull InetAddress getClient()
-
-