You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what the documentation is for Worker constructor
/**
* Creates worker that connects to an instance of the Cadence Service.
*
* @param client client to the Cadence Service endpoint.
* @param taskList task list name worker uses to poll. It uses this name for both decision and
* activity task list polls.
* @param options Options (like {@link DataConverter} override) for configuring worker.
*/
WorkerOptions have changed now and no longer have DataConverter . DataConverter is being passed via client.getOptions().getDataConverter() . Documentation should be modified so that it is relevant to the current state.
The text was updated successfully, but these errors were encountered:
This is what the documentation is for Worker constructor
link
WorkerOptions have changed now and no longer have
DataConverter
.DataConverter
is being passed viaclient.getOptions().getDataConverter()
. Documentation should be modified so that it is relevant to the current state.The text was updated successfully, but these errors were encountered: