Class MessageServeEvent.Builder
java.lang.Object
com.github.tomakehurst.wiremock.verification.MessageServeEvent.Builder
- Enclosing class:
- MessageServeEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withChannelId(UUID channelId) withChannelRequest(LoggedRequest channelRequest) withChannelType(ChannelType channelType) withEventType(MessageServeEvent.EventType eventType) withMessage(Message message) withStubMapping(MessageStubMapping stubMapping) withSubEvents(Queue<SubEvent> subEvents) withTimestamp(Instant timestamp) withWasMatched(boolean wasMatched)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
withId
-
withEventType
-
withChannelType
-
withChannelId
-
withChannelRequest
-
withMessage
-
withStubMapping
-
withWasMatched
-
withTimestamp
-
withSubEvents
-
build
-