All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.routing.RouteBuilderFactory.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






RouteBuilderFactory (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.routing

Interface RouteBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>>

    • Method Detail

      • create

        RouteBuilder<R> create()
        Creates a route builder without using a router. The save() method will throw an expception if called. Only create() will be available.
      • create

        RouteBuilder<R> create(Router<R,W> router)
        Creates a route builder using the specified router.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy