Skip to content

Commit

Permalink
Added getter for address on RoutingStatementResult
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusmelke committed Oct 5, 2016
1 parent 492d60c commit b4885f6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,8 @@ public ResultSummary consume()
}
}

public BoltServerAddress address()
{
return address;
}
}

0 comments on commit b4885f6

Please sign in to comment.