Skip to content

Adding MethodContext + StateSerializer. - #43

Merged
LMWF merged 1 commit into
dapr:java_sdk_wipfrom
artursouza:actors
Dec 12, 2019
Merged

LMWF merged 1 commit into
dapr:java_sdk_wipfrom
artursouza:actors

Conversation

@artursouza

Copy link
Copy Markdown
Contributor

Description

Added method context + state serializer.
Refactor http client to get the port since Dapr is always localhost.
Reduced visibility on some classes.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #29

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@artursouza
artursouza requested review from LMWF and amanbha December 12, 2019 03:06
DaprHttpAsyncClient(int port, OkHttpClient httpClient)
{
this.baseUrl = baseUrl;
this.baseUrl = String.format("http://%s:%d/", Constants.DEFAULT_HOSTNAME, port);;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra ;

@LMWF
LMWF merged commit 821c21b into dapr:java_sdk_wip Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants