Skip to content

Commit

Permalink
[WFCORE-5217] Add Phase constants for MP Reactive Messaging and RSO
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Jun 28, 2021
1 parent 3c040cf commit d306f6f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ public AttachmentKey<?> getPhaseKey() {
public static final int DEPENDENCIES_MICROPROFILE_OPENTRACING = 0x1880;
public static final int DEPENDENCIES_MICROPROFILE_OPENAPI = 0x1890;
public static final int DEPENDENCIES_MICROPROFILE_JWT = 0x18A0;
public static final int DEPENDENCIES_MICROPROFILE_REACTIVE_MESSAGING = 0x18B0;
public static final int DEPENDENCIES_MICROPROFILE_REACTIVE_STREAMS_OPERATORS = 0x18C0;
public static final int DEPENDENCIES_MICROPROFILE_FAULT_TOLERANCE = 0x1900;


Expand Down

0 comments on commit d306f6f

Please sign in to comment.