Skip to content

Commit

Permalink
Add accessor for new session request metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 10, 2021
1 parent 84e746a commit 97379a0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ public Set<Dialect> getDownstreamDialects() {
return downstreamDialects;
}

public Map<String, Object> getMetadata() {
return metadata;
}

public Instant getEnqueued() {
return enqueued;
}
Expand Down

0 comments on commit 97379a0

Please sign in to comment.