Class RequestInitiatedChannelPattern
java.lang.Object
com.github.tomakehurst.wiremock.message.RequestInitiatedChannelPattern
- All Implemented Interfaces:
ChannelPattern
-
Constructor Summary
ConstructorsConstructorDescriptionRequestInitiatedChannelPattern(ChannelType type, RequestPattern initiatingRequestPattern) -
Method Summary
Modifier and TypeMethodDescriptionbooleanforRequestPattern(ChannelType channelType, RequestPattern requestPattern) getType()inthashCode()booleanbooleanmatches(MessageChannel channel)
-
Constructor Details
-
RequestInitiatedChannelPattern
-
-
Method Details
-
forRequestPattern
public static RequestInitiatedChannelPattern forRequestPattern(ChannelType channelType, RequestPattern requestPattern) -
getType
- Specified by:
getTypein interfaceChannelPattern
-
getInitiatingRequestPattern
-
matches
- Specified by:
matchesin interfaceChannelPattern
-
matches
-
equals
-
hashCode
public int hashCode()
-