Код: Выделить всё
@ApplicationScoped
public class RestateDeployer {
public void init(@Observes StartupEvent e, Vertx vertx, Greeter greeterSvc) {
// Start the restate server
RestateHttpServer
.fromEndpoint(vertx.getDelegate(),
// Bind the greeter service
Endpoint.bind(greeterSvc))
// Starts on 9080
.listen(9080);
}
}
Так можно, чтобы зарегистрировать, чтобы получить задачу, чтобы получить заправо Порт?
Подробнее здесь: https://stackoverflow.com/questions/797 ... amatically
Мобильная версия