Interface PayloadMatcher
-
public interface PayloadMatcher
Defines an interface for testing if two payloads should be consider to match
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
comparePayload(BytesRef source, BytesRef payload)
This method tests if two BytesRef match.
-