r.dispatch-core_2.8.0.0.8.10.source-code.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dispatch-core_2.8.0 Show documentation
Show all versions of dispatch-core_2.8.0 Show documentation
Core interfaces, applied by dispatch-http and dispatch-nio executors
The newest version!
package dispatch
package object classic {
/** Exception listener is called in addition to an HttpExecutor's
* regular exception handling (throwing/logging/ignoring it). */
type ExceptionListener = util.control.Exception.Catcher[Unit]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy