Class MatcherResponses
- java.lang.Object
-
- csw.command.client.models.matchers.MatcherResponses
-
public class MatcherResponses extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatcherResponses.MatchCompleted$Matcher response indicating the successful matching of demand statestatic classMatcherResponses.MatchFailedMatcher response indicating the failure in matching of demand statestatic classMatcherResponses.MatchFailed$
-
Constructor Summary
Constructors Constructor Description MatcherResponses()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatcherResponsejMatchCompleted()A helper method for java to get the handle of MatchCompleted response
-
-
-
Method Detail
-
jMatchCompleted
public static MatcherResponse jMatchCompleted()
A helper method for java to get the handle of MatchCompleted response- Returns:
- the instance of MatchCompleted
-
-