Update license headers
This commit is contained in:
.sonarcloud.properties
abstract-document
abstract-factory
acyclic-visitor
adapter
aggregator-microservices
aggregator-service
information-microservice
inventory-microservice
pom.xmlambassador
api-gateway
api-gateway-service
image-microservice
pom.xmlprice-microservice
async-method-invocation
balking
bridge
builder
business-delegate
bytecode
caching
callback
chain
checkstyle-suppressions.xmlcheckstyle.xmlcollection-pipeline
command
commander
pom.xml
properties
src
main
java
com
iluwatar
commander
AppEmployeeDbFailCases.javaAppMessagingFailCases.javaAppPaymentFailCases.javaAppQueueFailCases.javaAppShippingFailCases.javaCommander.javaDatabase.javaOrder.javaRetry.javaService.javaUser.java
employeehandle
exceptions
DatabaseUnavailableException.javaIsEmptyException.javaItemUnavailableException.javaPaymentDetailsErrorException.javaShippingNotPossibleException.java
messagingservice
paymentservice
queue
shippingservice
test
java
com
iluwatar
commander
composite
converter
cqrs
dao
data-bus
data-locality
data-mapper
data-transfer-object
decorator
delegation
dependency-injection
dirty-flag
double-checked-locking
double-dispatch
eip-aggregator
eip-message-channel
pom.xml
src
eip-publish-subscribe
eip-splitter
eip-wire-tap
event-aggregator
event-asynchronous
event-driven-architecture
event-queue
event-sourcing
execute-around
extension-objects
facade
factory-kit
factory-method
feature-toggle
pom.xml
src
main
java
com
iluwatar
featuretoggle
test
java
com
iluwatar
featuretoggle
pattern
propertiesversion
tieredversion
user
fluentinterface
pom.xml
src
main
java
com
iluwatar
fluentinterface
app
fluentiterable
test
java
com
iluwatar
fluentinterface
app
fluentiterable
flux
flyweight
front-controller
guarded-suspension
half-sync-half-async
hexagonal
etc
pom.xmlsrc
main
java
com
iluwatar
hexagonal
App.java
administration
banking
database
domain
LotteryAdministration.javaLotteryConstants.javaLotteryNumbers.javaLotteryService.javaLotteryTicket.javaLotteryTicketCheckResult.javaLotteryTicketId.javaLotteryUtils.javaPlayerDetails.java
eventlog
module
mongo
sampledata
service
test
java
com
iluwatar
hexagonal
intercepting-filter
interpreter
iterator
layers
lazy-loading
leader-election
marker
pom.xml
src
master-worker-pattern
mediator
memento
model-view-controller
model-view-presenter
module
monad
monostate
multiton
mute-idiom
mutex
naked-objects
dom
fixture
integtests
pom.xmlwebapp
null-object
object-mother
object-pool
observer
page-object
pom.xml
sample-application
src
main
java
com
iluwatar
pageobject
resources
test
java
test-automation
partial-response
pipeline
poison-pill
pom.xml
pom.xmlsrc
priority-queue
private-class-data
producer-consumer
promise
property
prototype
proxy
queue-load-leveling
reactor
reader-writer-lock
repository
resource-acquisition-is-initialization
pom.xml
src
main
java
com
iluwatar
resource
acquisition
is
initialization
test
java
com
iluwatar
resource
acquisition
is
initialization
retry
pom.xml
src
semaphore
servant
serverless
service-layer
pom.xml
src
main
java
com
iluwatar
resources
test
java
com
iluwatar
servicelayer
app
common
magic
spell
spellbook
wizard
service-locator
singleton
spatial-partition
specification
state
step-builder
strategy
template-method
thread-pool
throttling
tls
tolerant-reader
trampoline
twin
typeobjectpattern
unit-of-work
update-ghpages.shvalue-object
visitor
@ -1,18 +1,24 @@
|
||||
/**
|
||||
* The MIT License Copyright (c) 2014-2016 Ilkka Seppälä
|
||||
* The MIT License
|
||||
* Copyright © 2014-2019 Ilkka Seppälä
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
||||
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
|
||||
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
|
||||
* permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
|
||||
* Software.
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
||||
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
package com.iluwatar.event.asynchronous;
|
||||
|
||||
|
Reference in New Issue
Block a user